home *** CD-ROM | disk | FTP | other *** search
/ Info-Mac 4 / Info_Mac IV CD-ROM (Pacific HiTech Inc.)(August 1994).iso / Development / Source / Telnet 2.6.1d1 4⁄26⁄94 Folder / source / tek / vgtek.proto.h < prev   
Text File  |  1993-10-29  |  886b  |  27 lines

  1.  
  2. /* vgtek.c */
  3. void    TEKMAINunload(void);
  4. short donothing(void);
  5. short drawc(short vw, short c);
  6. void VGalloc(void);
  7. void VGinit(void);
  8. short VGdevice(short vw, short dev);
  9. short VGnewwin(short device, short theVS);
  10. void VGclrstor(short vw);
  11. void VGdumpstore(short vw, short (*func )(short));
  12. void VGdraw(short vw, char c);
  13. void VGpage(short vw);
  14. short VGpred(short vw, short dest);
  15. void VGstopred(short vw);
  16. void VGredraw(short vw, short dest);
  17. void VGgiveinfo(short vw);
  18. void VGzoom(short vw, short x0, short y0, short x1, short y1);
  19. void VGwhatzoom(short vw, short *px0, short *py0, short *px1, short *py1);
  20. void VGzcpy(short src, short dest);
  21. void VGclose(short vw);
  22. short VGwrite(short vw, char *data, short count);
  23. char *VGrgname(short rgdev);
  24. void VGtmode(short rgdev);
  25. void VGgindata(short vw, unsigned short x, unsigned short y, char c, char *a);
  26. short VGgetVS(short theVGnum);
  27.